home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / toglprnt / togglprt.doc < prev    next >
Text File  |  1992-09-24  |  2KB  |  42 lines

  1. TOGGLPRT                                        (CR) JSS, Inc. 1992
  2.  
  3. This is just a little ditty to toggle quickly between two printers.
  4.  
  5. In my case, I have an onboard FAX which, under Windows, just looks
  6. like any other print driver.  So to FAX a documet from any Windows
  7. application, one simply changes to the FAX printer and prints.  
  8.  
  9. Since many Windows applications don't have a menu item allowing 
  10. you to reset the printer, this isn't always as easy as it looks.
  11. Hence the utility TOGGLPRT.
  12.  
  13. The .ZIP file contains this .DOC file, The VB .MAK file, one each 
  14. .FRM file and .BAS file, and the resultant .EXE file.  
  15.  
  16. YOU WILL NEED TO MODIFY THE SOURCE to reflect the two devices YOU
  17. wish to toggle.  You'll find the exact wording you need in the
  18. WIN.INI file, under [devices].  For instance, for my HP-II I found:
  19.  
  20.    [devices]
  21.    HP LaserJet Series II=HPPCL,LPT1:
  22.  
  23. You COPY that line, substituting a comma for the equal sign, and put
  24. it ALL on the right side of a NEW LINE YOU CREATE:
  25.  
  26.    [windows]
  27.    HPKey=HP LaserJet Series II,HPPCL,LPT1:
  28.          ---------------------^-----------
  29.  
  30. Note that the new line goes in the [windows] section of WIN.INI
  31.  
  32. Do the same again for the second of the two printers you need to
  33. toggle between, and you're all set. (The only other change would
  34. be if your WIN.INI is in some directory other than C:\WINDOWS.)
  35.  
  36. I hope it's helpful to someone.  So many on the forum have been so
  37. helpful to me, through a thousand jerky questions.
  38.  
  39. Regards,
  40.  
  41. Steve Schiavo
  42. Center Point, Texas